Delete(TKey)

Method

Namespace: Diffstore

Declared in: Diffstore.IDiffstore<TKey, TValue>


Deletes the entity and all associated data by key.

Syntax

public void Delete(
	TKey key
)

Back to index